internal/reflectlite.rtype.NumMethod (method)

4 uses

	internal/reflectlite (current package)
		type.go#L551: func (t *rtype) NumMethod() int {
		value.go#L230: 		if v.typ.NumMethod() == 0 {
		value.go#L354: 	return v.typ.NumMethod()
		value.go#L435: 		if dst.NumMethod() == 0 {